home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: devv08.hydro.qc.ca!alain
- From: alain@distri.hydro.qc.ca (Alain Bibeau)
- Subject: Create a dos 3.31 pgr using Borland C++ 4.51
- X-Nntp-Posting-Host: devv08.distri.hydro.qc.ca
- Message-ID: <DLpHq8.EMG@ireq.hydro.qc.ca>
- Sender: news@ireq.hydro.qc.ca (Netnews Admin)
- Organization: Hydro-Quebec
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Wed, 24 Jan 1996 22:13:20 GMT
-
- Here is my problem,
-
- I'm running under DOS 6.22 and Windows 3.1
- and using Borland C++ 4.51. I want to create
- a simple DOS program like the following :
-
- #include <stdio>
-
- main ()
- {
- printf ("Hello world\n") ;
- }
-
- I've compiled and linked the program and it run
- fine under my computer. BUT i want this program
- to run under another computer running DOS 3.31.
-
- When i copy my program to this computer and run,
- it freeze. Is 4.51 can create a 3.31 DOS program ?
- If it can, what are the setting necessary ?
-
- I've tried with TargetExpert :
- - Platform : DOS Standard with all available models
-
- With Projet Options :
- - No floting point, Fast floating point ...
- - 8086, 80286 instruction set
- - ...
-
- Any ideas will help
-
- Thank's in advanced.
-
- Alain Bibeau +1 514-289-7091 | "Machines work, people should think"
- Montreal, Quebec, Canada |
- alain@distri.hydro.qc.ca | -- Troutman's programming laws
-